ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewGroup<K,T> Interface
Members

In This Topic
    ICollectionViewGroup<K,T> Interface
    In This Topic
    Abstracts a group of ICollectionView<T>.
    Object Model
    ICollectionViewGroup<K,T> Interface
    Syntax
    'Declaration
     
    Public Interface ICollectionViewGroup
        (Of K As Class,
         T As Class) 
       Inherits ICollectionView(Of T) 
    public interface ICollectionViewGroup<K,T> : ICollectionView<T>  
    where K: class
    where T: class
    Type Parameters
    K
    T
    See Also